GrapeCity.Xaml.SpreadSheet.Data
NotifyCollection<T> Constructor(IList<T>)


The items.
Initializes a new instance of the NotifyCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IList(Of T) _
)
'Usage
 
Dim items As IList(Of T)
 
Dim instance As New NotifyCollection(Of T)(items)
public NotifyCollection<T>( 
   IList<T> items
)

Parameters

items
The items.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollection<T> Class
NotifyCollection<T> Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options